Package com.netscape.certsrv.dbs
Class FilterConverter
java.lang.Object
com.netscape.certsrv.dbs.FilterConverter
- Direct Known Subclasses:
LdapFilterConverter
An interface represents a filter converter
that understands how to convert a attribute
type from one defintion to another.
For example,
(1) database layer need to convert registered attribute type to ldap attribute type. (2) high level subsystem need to convert locale specific attribute type to registered attribute type.
- Version:
- $Revision$, $Date$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilterConverter
public FilterConverter()
-
-
Method Details
-
convert
Converts attribute into LDAP attribute.- Parameters:
attr
- attribute nameop
- attribute operationvalue
- attribute value- Returns:
- The LDAP attribute
-